﻿/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla LLC. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla LLC                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/* 
ADD ALL YOUR CUSTOM CSS OVERRIDES TO THIS FILE. THIS WAY IF YOU MAKE
A MISTAKE YOU CAN ALWAYS REVERT BACK TO ORIGINAL TEMPLATE CSS
THIS FILE WILL LOAD VERY LAST AFTER ALL TEMPLATE CSS FILES. IT LOADS EVEN AFTER TEMPLATE_RTL.CSS 
SO YOU CAN ADJUST ANY CSS PART OF THE TEMPLATE YOU NEED.*/
/*CUSTOM ITEM CLASS EXAMPLE*/
/*.horiznav a.newclass{
	background-image:url(../images/system/pdf_button.png)!important;
	background-repeat:no-repeat!important;
	background-position:95% center!important;
	
}*/
/*CUSTOM FIRST DROP NO TOP ROUNDED CORNERS EXAMPLE*/

/*.horiznav ul.level1 li.tl,.horiznav ul.level1 li.tl:hover{
	background:transparent url(../images/metal/topmenu/square/tl.png)!important;
}
.horiznav ul.level1 li.tr,.horiznav ul.level1 li.tr:hover{
	background:transparent url(../images/metal/topmenu/square/tr.png) no-repeat right top!important;
}
.horiznav ul.level2 li.tl,.horiznav ul.level2 li.tl:hover{
	background:transparent url(../images/metal/topmenu/corners/tl.png)!important;
}
.horiznav ul.level2 li.tr,.horiznav ul.level2 li.tr:hover{
	background:transparent url(../images/metal/topmenu/corners/tr.png) no-repeat right top!important;
}
.top_menu ul.subul_main.level1{
	margin-top:3px;
}
.YJSG_listContainer ul.subul_main.level1{
	margin-top:-3px!important;
}*/

BODY {
		min-width:1000px;
		max-width: 1100px;
		margin: 10px auto;
		padding: 0 10px;
	}
	
#horiznav {
		text-align: center;
	}
	
#horiznav > .menunav {
		display: inline-block;
	}
.yjsquare_Actual_Information, .yjsquare_supportRFH {
		margin-right: 0px;
	}
	
#roksearch_search_str { width: 97%; }

.menu_Partners li, .menu_Partners li a, 
.menu_Partners li a:hover, .menu_Partners li a:focus, .menu_Partners li a:visited 
{
		width: auto;
		margin: 0;
		padding: 0;
		float: none;
	}
	
.menu_Partners {
	margin: 0;
}

#user21 > .yjplain {
		display: table;
		width: 100%;
		
		padding: 0;
	}
.menu_Partners {
		display: table-row;
	}

.menu_Partners > li {
	display: table-cell;
}

.mainlevel._Partner {
	text-align: center;
}
.menu_Partners .mainlevel._Partner img {
		float: none;
		display: inline;
		position: static;
	}
	
.validators {
	float: none;
}

#yjsgcp {
		float: right;
	}

.bannergroup_supportRFH .banneritem {
	text-align:center;
}

.bannergroup_supportRFH .banneritem IMG {
	max-height: 200px;
	max-width: 200px;
	margin: 10px 0;
}
	
.categorylist {
	padding: 0;
}

.news_item_a {
	padding: 0;
}

.yjsquare_CategoryView ul li:last-child {
		border-bottom: none;
	}

.top_menu ul.subul_main li:nth-last-child(3) a {
		border-bottom: none;
}

.menu_Partners LI A {
	height: auto;
	text-indent: 0;
}

#yjsg7 {
	padding:0;
	}
	
#midblock .categorylist,
#midblock .insidem,
#midblock .pagetitle
{
	margin-top: 0;
}

.pagenav .pagenav-prev a, .pagenav .pagenav-next a {
    color: transparent;
    display: inline-block;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    width: 108px;
}

.pagenav-prev a:hover, .pagenav-next a:hover {
	color: transparent;
}

.pagenav-prev a {
    background: url("/rfh/images/buttons/button2.png") no-repeat 0 0;
}

.pagenav-next a {
    background: url("/rfh/images/buttons/button1.png") no-repeat 0 0;
}
 .wrapper { 
	 border: none;
}
.inverse {
  font-family: Arial;		/* Шрифт Arial */
  font-weight: bold;		/* Жирное начертание */
  background: #284687;		/* Синий фон */
  color: white;			/* Символы белого цвета */
  padding: 3px			/* Поля между текстом и границей */
}